﻿2026-07-03T10:17:54.7689240Z ##[group]Run actions/checkout@v5
2026-07-03T10:17:54.7690455Z with:
2026-07-03T10:17:54.7691016Z   repository: SaberMage/spt-core
2026-07-03T10:17:54.7784500Z   token: ***
2026-07-03T10:17:54.7785600Z   ssh-strict: true
2026-07-03T10:17:54.7786605Z   ssh-user: git
2026-07-03T10:17:54.7788333Z   persist-credentials: true
2026-07-03T10:17:54.7789131Z   clean: true
2026-07-03T10:17:54.7789829Z   sparse-checkout-cone-mode: true
2026-07-03T10:17:54.7790648Z   fetch-depth: 1
2026-07-03T10:17:54.7791295Z   fetch-tags: false
2026-07-03T10:17:54.7791887Z   show-progress: true
2026-07-03T10:17:54.7792506Z   lfs: false
2026-07-03T10:17:54.7793104Z   submodules: false
2026-07-03T10:17:54.7793748Z   set-safe-directory: true
2026-07-03T10:17:54.7794397Z env:
2026-07-03T10:17:54.7794957Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-03T10:17:54.7795764Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-03T10:17:54.7797691Z ##[endgroup]
2026-07-03T10:17:55.2523122Z Syncing repository: SaberMage/spt-core
2026-07-03T10:17:55.2524898Z ##[group]Getting Git version info
2026-07-03T10:17:55.2525567Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-03T10:17:56.2491916Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-03T10:17:56.3109285Z git version 2.43.0.windows.1
2026-07-03T10:17:56.3402827Z ##[endgroup]
2026-07-03T10:17:56.3407323Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\5e82636b-3de0-4923-99aa-9552d442991c\.gitconfig'
2026-07-03T10:17:56.3408367Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\5e82636b-3de0-4923-99aa-9552d442991c' before making global git config changes
2026-07-03T10:17:56.3409236Z Adding repository directory to the temporary git global config as a safe directory
2026-07-03T10:17:56.3410365Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-03T10:17:56.4483093Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-03T10:17:56.5116568Z https://github.com/SaberMage/spt-core
2026-07-03T10:17:56.5334416Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-03T10:17:56.5336909Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-03T10:17:56.6476201Z HEAD
2026-07-03T10:17:56.7928308Z ##[endgroup]
2026-07-03T10:17:56.7930570Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-03T10:17:58.0840640Z ##[group]Cleaning the repository
2026-07-03T10:17:58.0845442Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-03T10:17:59.3296813Z Removing target/
2026-07-03T10:17:59.3454258Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-03T10:17:59.4785489Z HEAD is now at 8fe56d0d2 Merge 9c2c714a98921b9e829aa32ab080ac457ef3c742 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:17:59.5013175Z ##[endgroup]
2026-07-03T10:17:59.5018468Z ##[group]Disabling automatic garbage collection
2026-07-03T10:17:59.5026662Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-03T10:17:59.6513928Z ##[endgroup]
2026-07-03T10:17:59.6514338Z ##[group]Setting up auth
2026-07-03T10:17:59.6514867Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-03T10:17:59.6999228Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-03T10:18:01.2566447Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-03T10:18:01.3359050Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-03T10:18:02.9292746Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-03T10:18:03.0153566Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-03T10:18:04.8074692Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-03T10:18:04.8846875Z ##[endgroup]
2026-07-03T10:18:04.8919056Z ##[group]Fetching the repository
2026-07-03T10:18:04.8954653Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d23d2b6172385e13c24cbe240ba954d76e0a69a2:refs/remotes/pull/48/merge
2026-07-03T10:18:06.1969522Z From https://github.com/SaberMage/spt-core
2026-07-03T10:18:06.1973397Z  + 8fe56d0d2...d23d2b617 d23d2b6172385e13c24cbe240ba954d76e0a69a2 -> pull/48/merge  (forced update)
2026-07-03T10:18:06.2492122Z ##[endgroup]
2026-07-03T10:18:06.2495598Z ##[group]Determining the checkout info
2026-07-03T10:18:06.2507127Z ##[endgroup]
2026-07-03T10:18:06.2508147Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-03T10:18:06.3443421Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-03T10:18:06.4571538Z ##[group]Checking out the ref
2026-07-03T10:18:06.4577304Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/48/merge
2026-07-03T10:18:06.5971899Z Warning: you are leaving 1 commit behind, not connected to
2026-07-03T10:18:06.5972366Z any of your branches:
2026-07-03T10:18:06.5992436Z 
2026-07-03T10:18:06.5993191Z   8fe56d0d2 Merge 9c2c714a98921b9e829aa32ab080ac457ef3c742 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:18:06.6034895Z 
2026-07-03T10:18:06.6105907Z If you want to keep it by creating a new branch, this may be a good time
2026-07-03T10:18:06.6106572Z to do so with:
2026-07-03T10:18:06.6106730Z 
2026-07-03T10:18:06.6106858Z  git branch <new-branch-name> 8fe56d0d2
2026-07-03T10:18:06.6107051Z 
2026-07-03T10:18:06.6107453Z HEAD is now at d23d2b617 Merge af98e1709b44469dbeb44ab0a7cdfb9b6d255cff into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:18:06.6108646Z ##[endgroup]
2026-07-03T10:18:06.7097547Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-03T10:18:06.7938627Z d23d2b6172385e13c24cbe240ba954d76e0a69a2
